-
1 syntax-oriented compiler
Большой англо-русский и русско-английский словарь > syntax-oriented compiler
-
2 syntax-oriented compiler
Англо-русский словарь технических терминов > syntax-oriented compiler
-
3 syntax-oriented compiler
Техника: синтаксический компиляторУниверсальный англо-русский словарь > syntax-oriented compiler
-
4 compiler
вчт. компилятор; транслятор-
conversational compiler
-
cross compiler
-
high-level language compiler
-
high-level compiler
-
incremental compiler
-
layout compiler
-
multipass compiler
-
one-pass compiler
-
optimizing compiler
-
resident compiler
-
silicon compiler
-
single-pass compiler
-
syntax-oriented compiler -
5 синтаксический компилятор
Англо-русский словарь технических терминов > синтаксический компилятор
-
6 language
язык || языковой- action description language
- actual machine language
- agent programming language
- AI language
- Algol-like language
- algorithmical language
- algorithmic language
- application-oriented language
- applicative language
- artificial language
- assembler language
- assembly language
- assembly-output language
- assignment-free language
- behavioral language
- bidirectional language
- block-structured language
- Boolean-based language
- business definition language
- business-oriented language
- calculus-type language
- C-based language
- client-side language
- code language
- command language
- compiled language
- compiler language
- component definition language
- composite language
- computer language
- computer-dependent language
- computer-independent language
- computer-oriented language
- computer-programming language
- computer-sensitive language
- consensus language
- context-free language
- control language
- conversational language
- core language
- data definition language
- data description language
- data language
- data manipulation language
- data storage description language
- database language
- data-entry language
- data-flow language
- data-query language
- declarative language
- defining language
- descriptive language
- descriptor language
- design language
- device media control language
- direct execution language
- directly interpretable language
- Dyck language
- end-user language
- escape language
- evolutive language
- executive-control language
- executive language
- explicit language
- extensible language
- fabricated language
- finite state language
- flow language
- foreign language
- formalized language
- frame-based language
- freestanding language
- functional language
- generated language
- graphics language
- graph-oriented language
- hardware-description language
- hardware language
- higher-level language
- higher-order language
- host language
- human language
- human-oriented language
- human-readable language
- indexed language
- information retrieval language
- informational language
- information language
- inherently ambiguous language
- input language
- input/output language
- instruction language
- integrated language
- interactive language
- interim language
- intermediate language
- internal language
- interpreted language
- job control language
- job-oriented language
- knowledge representation language
- language pair
- letter-equivalent languages
- linear language
- linear-programming language
- list-processing language
- logic-type language
- low-level language
- machine language
- machine-dependent language
- machine-independent language
- machine-oriented language
- macroassembly language
- macro language
- macroinstruction language
- macroprogramming language
- man-to-computer language
- mathematical formular language
- memory management language
- mnemonic language
- modeling language
- native language
- natural language
- NC programming language
- nested language
- network-oriented language
- nonprocedural language
- numder language
- object language
- object modeling language
- object-oriented language
- one-dimensional language
- operator-oriented language
- original language
- page description language
- parallel language
- phrase structure language
- predicate language
- predicate logic-based language
- predicate logic language
- privacy language
- problem statement language
- problem-oriented language
- procedural language
- procedure-oriented language
- process control language
- production language
- program language
- programming language
- pseudo language
- pseudomachine language
- query language
- readable specification language
- reference language
- regular language
- relational language
- relational-type language
- representation language - requirements modeling language
- restricted language
- rule-based language
- ruly language
- schema language
- science-oriented language
- script language
- self-contained language
- semantic-formal language
- semiformal language
- sentential language
- serial language
- simulation language
- single-assignment language
- source language
- specialized language
- specification language
- stream-based language
- strict language
- structured programming language
- structured query language
- super language
- super-high-level language
- symbolic language
- symbolic programming language
- syntax language
- synthetic language
- system input language
- system language
- system-oriented language
- tabular language
- target language
- TC language
- time sharing language
- type-free language
- unified modeling language
- update language
- user language
- user-oriented language
- very-high-level languageEnglish-Russian dictionary of computer science and programming > language
-
7 programming language
языки программирования - это формальные искусственные языки ( artificial language), которые относятся к широкому классу ПО, называемому "инструментальным ПО" (см. software tool), и предназначены для написания компьютерных программ. Они позволяют программисту выражать обработку данных в символьном виде, избегая в той или иной степени зависимости от конкретного аппаратного обеспечения. В мире насчитывается более четырёх тысяч различных языков программирования. Языки программирования делятся на языки высокого уровня (ЯВУ) и языки низкого уровня, к которым относятся ассемблеры и машинно-зависимые языки. Кроме того, языки программирования бывают декларативными, процедурными, объектно-ориентированными, проблемно-ориентированными, функциональными. Языки программирования с точки зрения их исполнения компьютерной системой делятся также на последовательные (sequential language) и параллельные (concurrent programming language), компилируемые (compiling programming language) и интерпретируемые (interpretive language). Наконец, по области применения ЯВУ делятся на языки общего назначения и специализированные. Каждый язык программирования имеет собственную грамматику (grammar) и синтаксис (syntax).Syn:см. тж. 1GL, 2GL, 3GL, 4GL, 5GL, assembler, compiler, declarative language, dynamic language, formal language, high-level language, interactive language, language, language definition, language extension, language implementation, machine language, OOP, problem-oriented language, procedural language, programming language theory, simulation language, typed language, vocabularyАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > programming language
См. также в других словарях:
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Comparison of programming languages (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Aspect-oriented programming — (AOP) is a programming paradigm that increases modularity by allowing the separation of cross cutting concerns.Separation of concerns entails breaking down a program into distinct parts (so called concerns , cohesive areas of functionality). All… … Wikipedia
Constructor (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Python syntax and semantics — The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers). Python was designed to be a highly readable language. It aims… … Wikipedia
Aspect-oriented software development — (AOSD) is an emerging software development technology that seeks new modularizations of software systems. AOSD allows multiple concerns to be expressed separately and automatically unified into working systems.Traditional software development has … Wikipedia
Comparison of programming languages (syntax) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Object-oriented programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia
Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… … Wikipedia
JavaScript syntax — This article is part of the JavaScript series. JavaScript JavaScript syntax JavaScript topics This box: view · … Wikipedia
Flagship compiler — FlagShip is both object oriented and procedural programming language, based on the xBase language dialect and conventions. FlagShip is available for and is cross compatible to different computer platforms, such as Linux, Unix and Microsoft… … Wikipedia